home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Hacks
/
Hacks ’92
/
Run & Stumpy
/
source
/
aedesc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-06-19
|
283 b
|
20 lines
|
[
TEXT/MPS
]
#ifndef aedesc_h
#define aedesc_h
#ifndef inttypes_h
#include "inttypes.h"
#endif
class aedesc: public AEDesc, public errorsource
{
protected:
aedesc() {}
public:
aedesc( DescType, void *, uint32 );
~aedesc() { (void)AEDisposeDesc(this); }
};
#endif aedesc_h